| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRMouseLeave function to handle the user's moving the cursor out of a QuickTime VR movie for which mouse-over tracking is disabled.
OSErr QTVRMouseLeave (QTVRInstance qtvr, Pointpt, WindowPtr w);
The QTVRMouseLeave function performs any tasks that are typically performed when the user moves the cursor out of a QuickTime VR movie.
You need to call QTVRMouseLeave only if you have disabled mouse-over tracking for the specified QuickTime VR movie.
Use QTVRSetMouseOverTracking (link) to change the mouse-over tracking state of a QuickTime VR movie. Use QTVRMouseEnter (link) and QTVRMouseWithin (link) to handle the cursor's entering and remaining in a QuickTime VR movie.
| Previous | Chapter contents | Chapter top | Section top | Next |